home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "UserID": "Long Integer",
- "FirstName": "Text (50)",
- "Surname": "Text (50)",
- "EMail": "Text (150)",
- "Password": "Text (50)",
- "Address": "Text (255)",
- "AffiliationID": "Text (50)",
- "AffiliationPassword": "Text (50)",
- "ReceiveInfo": "Boolean NOT NULL",
- "Trusted": "Boolean NOT NULL",
- "StartFrom": "Long Integer",
- "StoreCookie": "Boolean NOT NULL"
- },
- "data": [
- {
- "UserID": 0,
- "ReceiveInfo": 1,
- "Trusted": 1,
- "StartFrom": 0,
- "StoreCookie": 0
- }
- ]
- }